home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / math / symbol63.zip / AMEDIT.BAT < prev    next >
DOS Batch File  |  1996-03-21  |  209b  |  9 lines

  1. @echo off
  2. if XX%2 == XX goto out
  3. rem Change "edit" in the following line to the name of your favorite editor.
  4. edit %1
  5. %2 %3 %1
  6. exit
  7. :out
  8. echo This program can only be executed from within Mathomatic.
  9.